home *** CD-ROM | disk | FTP | other *** search
- PROGRAM NAME: Cmdupdat.PRG
-
- DESCRIPTION: Simulates the dBASE II UPDATE command.
-
- ISSUE: December, 1985
-
- SOFTWARE VERSIONS: dBASE II, all versions
-
- FUNCTION: This program UPDATEs one database file from another
- database file in a way that is very similar to the dBASE II
- UPDATE command.
-
- FILES NEEDED: Cmdupdat.PRG
-
- SETUP INSTRUCTIONS: Replace the following names in the program
- with the names that correspond to your application.
-
- Name Description
- Mainfile Database file that gets UPDATEd.
- Fromfile The FROM database file.
- Key The key expression in your database file.
- Field1 A numeric field in your database file.
- Field2 A numeric field in your database file.
-
- Note: Both of your database files need to be pre-SORTed or
- INDEXed.